-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fix Celery's Redis backend SSL config #7407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Fix Celery's Redis backend SSL config #7407
Conversation
bisgaard-itis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Thanks for the quick fix
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7407 +/- ##
===========================================
- Coverage 86.00% 68.71% -17.30%
===========================================
Files 1638 725 -913
Lines 63240 34321 -28919
Branches 1131 168 -963
===========================================
- Hits 54390 23582 -30808
- Misses 8528 10681 +2153
+ Partials 322 58 -264
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
odeimaiz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
sanderegg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
|
Co-authored-by: Odei Maiz <[email protected]>



What do these changes do?
Celery contains its own Redis client and
cert_reqsneed to be explicitly disabled (ssl.CERT_NONE).The
sto-workerservice was not able to start, raising the following error:Related issue/s
How to test
Dev-ops checklist